Key | Id | Name | Type | Length | IsNullable | Collation |
EmployeeID | int | 4 | ||||
TerritoryID | nvarchar | 40 | SQL_Latin1_General_CP1_CI_AS | |||
TerritoryID | sysname | 40 | SQL_Latin1_General_CP1_CI_AS |
Name | Description | Group | Keys |
PK_EmployeeTerritories | nonclustered, unique, primary key | PRIMARY | EmployeeID, TerritoryID |
|
|
|
|